Remove unneeded includes in <exception> after removing __libcpp_throw git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@280743 91177308-0d34-0410-b5e6-96231b3b80d8 
diff --git a/include/exception b/include/exception index a130bca..686e4ec 100644 --- a/include/exception +++ b/include/exception 
@@ -80,10 +80,6 @@  #include <__config>  #include <cstddef>  #include <type_traits> -#if defined(_LIBCPP_NO_EXCEPTIONS) -#include <cstdio> -#include <cstdlib> -#endif    #if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)  #pragma GCC system_header